home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / import1a / module2.bas < prev    next >
BASIC Source File  |  1999-10-20  |  355b  |  7 lines

  1. Attribute VB_Name = "Module2"
  2. Const SW_SHOWNORMAL = 1
  3.  
  4. Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
  5.  
  6. Declare Function GetDesktopWindow Lib "user32" () As Long
  7.